dhcpv4: reorder some more variables in dhcpv4_handle_msg()
authorDavid Härdeman <[email protected]>
Mon, 6 Oct 2025 09:05:54 +0000 (11:05 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Tue, 21 Oct 2025 17:04:55 +0000 (19:04 +0200)
commit2f97bf0b56ded909d23c7fff33e50992bb97505a
treed5d9387842e229ea9561c9876cd7dcdb2527805c
parent18c1b02bdc2080f907b125c1169f5b471c14b43c
dhcpv4: reorder some more variables in dhcpv4_handle_msg()

Sort the variables into request and response variables for clarity.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/278
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/dhcpv4.c